org.eclipse.vtp.desktop.core.custom
Interface LinkRenderer


public interface LinkRenderer

This interface represents a drawing facility that can render the contents of a text link to a display.

Version:
2.0
Author:
Trip Gilman

Method Summary
 void render(TextLink link, org.eclipse.swt.graphics.GC graphicalContext)
          Requests the contents of the given text link be rendered to the provided graphical context.
 

Method Detail

render

void render(TextLink link,
            org.eclipse.swt.graphics.GC graphicalContext)
Requests the contents of the given text link be rendered to the provided graphical context.

Parameters:
link - The text link to render
graphicalContext - The graphical context of the display to be rendered on